home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / mailfile.arc / RECEIVE < prev    next >
Text File  |  1991-03-20  |  435b  |  18 lines

  1. if exist pcbstuff.kbd del pcbstuff.kbd >NUL
  2. l:\mailfile\receive l:\mailfile\flatfile.dat 
  3. if errorlevel 4 goto notfound
  4. if errorlevel 2 goto args
  5. if errorlevel 1 goto pcboard
  6.   if exist pcbdoor.txt del pcbdoor.txt>NUL
  7.   goto end
  8. :pcboard
  9.   echo Could not open PCBOARD.SYS!>pcbdoor.txt
  10.   goto end
  11. :args
  12.   echo Not enough arguments!>pcbdoor.txt
  13.   goto end
  14. :notfound
  15.   echo File not found!>pcbdoor.txt
  16. :end
  17. l:\pcb\board
  18.